home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIP Turkiye Ocak 1998.iso / ARACLAR / WINNC / SETUP.EXE / 0 / RCDATA / TUNINSTALL / TUNINSTALL.txt
Text File  |  1997-04-30  |  2KB  |  115 lines

  1. object Uninstall: TUninstall
  2.   Left = 239
  3.   Top = 171
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Uninstall'
  7.   ClientHeight = 273
  8.   ClientWidth = 492
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 11
  22.     Top = 220
  23.     Width = 471
  24.     Height = 10
  25.     Shape = bsBottomLine
  26.   end
  27.   object Label1: TLabel
  28.     Left = 145
  29.     Top = 205
  30.     Width = 80
  31.     Height = 13
  32.     Caption = 'Application Path:'
  33.   end
  34.   object Label2: TLabel
  35.     Left = 230
  36.     Top = 205
  37.     Width = 32
  38.     Height = 13
  39.     Caption = 'Label2'
  40.   end
  41.   object GroupBox2: TGroupBox
  42.     Left = 141
  43.     Top = 5
  44.     Width = 341
  45.     Height = 76
  46.     TabOrder = 0
  47.     object Label7: TLabel
  48.       Left = 5
  49.       Top = 10
  50.       Width = 331
  51.       Height = 41
  52.       AutoSize = False
  53.       Caption = 
  54.         'Welcome at the Uninstall wizzard. All installed components will ' +
  55.         'be removed. If you wish to proceed the Uninstallation choose nex' +
  56.         't, If you want to abort you must choose Cancel.'
  57.       WordWrap = True
  58.     end
  59.   end
  60.   object Button1: TButton
  61.     Left = 315
  62.     Top = 240
  63.     Width = 75
  64.     Height = 25
  65.     Caption = '&Next >'
  66.     TabOrder = 1
  67.     OnClick = Button1Click
  68.   end
  69.   object Button2: TButton
  70.     Left = 240
  71.     Top = 240
  72.     Width = 75
  73.     Height = 25
  74.     Caption = '< &Back'
  75.     TabOrder = 2
  76.     OnClick = Button2Click
  77.   end
  78.   object Button3: TButton
  79.     Left = 407
  80.     Top = 240
  81.     Width = 75
  82.     Height = 25
  83.     Cancel = True
  84.     Caption = '&Cancel'
  85.     TabOrder = 3
  86.     OnClick = Button3Click
  87.   end
  88.   object Panel1: TPanel
  89.     Left = 10
  90.     Top = 10
  91.     Width = 121
  92.     Height = 211
  93.     BevelOuter = bvNone
  94.     BorderStyle = bsSingle
  95.     Caption = 'Panel1'
  96.     TabOrder = 4
  97.     object Image2: TImage
  98.       Left = 0
  99.       Top = 0
  100.       Width = 117
  101.       Height = 207
  102.       Align = alClient
  103.       AutoSize = True
  104.       Center = True
  105.     end
  106.   end
  107.   object Timer1: TTimer
  108.     Enabled = False
  109.     Interval = 100
  110.     OnTimer = Timer1Timer
  111.     Left = 450
  112.     Top = 85
  113.   end
  114. end
  115.